home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 January
/
inter@ivo 1997-01.iso
/
cybint12
/
bin
/
rherit.dxr
/
00035.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-14
|
310 b
|
19 lines
on exitFrame
global act
if act = 0 then
if rollOver(15) or rollOver(16) then
cursor([901, 902])
else
hotBlinks(2, 11)
end if
end if
if act = 1 then
if rollOver(18) or rollOver(19) then
cursor([901, 902])
else
cursor(-1)
end if
end if
Loopframe()
end